home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2001 September
/
EnterCD9.iso
/
Reklama
/
Demo OPM
/
data
/
demo.dxr
/
scripts_8_scr05.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
266 b
|
19 lines
on mouseEnter
cursor([23, 24])
set the blend of sprite 11 to 100
puppetSound("klik", 2)
updateStage()
end
on mouseLeave
cursor(-1)
set the blend of sprite 11 to 0
updateStage()
end
on mouseUp
puppetSound("Thchug", 2)
go("msc05")
cursor(-1)
end